home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Tools - Objects / Macintosh Programmer’s Workshop / MPW 3.2 / MPW / Quit < prev    next >
Text File  |  1991-04-17  |  575b  |  20 lines

  1. #    Quit - MPW Shell Quit File
  2. #
  3. #    Copyright Apple Computer Inc. 1986-1988
  4. #    All Rights Reserved.
  5.  
  6.             
  7. #    Default tasks.
  8.  
  9.             Save "{Worksheet}"
  10.  
  11. #    Since Quit is distributed with MPW, you may want to have other
  12. #    "Quit" scripts that will not be overwritten with a new release.
  13. #    Other personalized quit scripts may be named Quit•≈ - such as 
  14. #    "Quit•John" or "Quit•Tom"  (• is option-8).
  15. #    These files should be located in the directory containing the MPW Shell.
  16.  
  17.             For __Quit__i in `(Files "{ShellDirectory}"Quit•≈ || Set Status 0) ≥ dev:null`
  18.                 Execute "{__Quit__i}"
  19.             End
  20.